mirror of
https://github.com/grafana/grafana.git
synced 2025-09-19 16:47:16 +08:00
Remove dockerize leftovers (#39960)
This commit is contained in:

committed by
GitHub

parent
cfc31ce523
commit
ccd6a2eae3
@ -7,7 +7,6 @@ grafana_docker_image = 'grafana/drone-grafana-docker:0.3.2'
|
||||
deploy_docker_image = 'us.gcr.io/kubernetes-dev/drone/plugins/deploy-image'
|
||||
alpine_image = 'alpine:3.14.2'
|
||||
windows_image = 'mcr.microsoft.com/windows:1809'
|
||||
dockerize_version = '0.6.1'
|
||||
wix_image = 'grafana/ci-wix:0.1.1'
|
||||
test_release_ver = 'v7.3.0-test'
|
||||
|
||||
@ -95,9 +94,6 @@ def initialize_step(edition, platform, ver_mode, is_downstream=False, install_de
|
||||
{
|
||||
'name': 'initialize',
|
||||
'image': build_image,
|
||||
'environment': {
|
||||
'DOCKERIZE_VERSION': dockerize_version,
|
||||
},
|
||||
'depends_on': [
|
||||
'clone',
|
||||
],
|
||||
@ -120,9 +116,6 @@ def initialize_step(edition, platform, ver_mode, is_downstream=False, install_de
|
||||
{
|
||||
'name': 'initialize',
|
||||
'image': build_image,
|
||||
'environment': {
|
||||
'DOCKERIZE_VERSION': dockerize_version,
|
||||
},
|
||||
'commands': download_grabpl_cmds + common_cmds,
|
||||
},
|
||||
]
|
||||
|
Reference in New Issue
Block a user