mirror of
https://github.com/spritsail/alpine.git
synced 2024-12-20 11:34:36 +00:00
Update to alpine:3.12
Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
parent
c936978f39
commit
7d52c725e4
14
.drone.star
14
.drone.star
@ -1,9 +1,9 @@
|
|||||||
def main(ctx):
|
def main(ctx):
|
||||||
return [
|
return [
|
||||||
step("3.8"),
|
|
||||||
step("3.9"),
|
step("3.9"),
|
||||||
step("3.10"),
|
step("3.10"),
|
||||||
step("3.11",["latest"]),
|
step("3.11"),
|
||||||
|
step("3.12",["latest"]),
|
||||||
step("edge"),
|
step("edge"),
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -40,14 +40,8 @@ def step(alpinever,tags=[]):
|
|||||||
"from": "alpine-dev-%s" % alpinever,
|
"from": "alpine-dev-%s" % alpinever,
|
||||||
"repo": "spritsail/alpine",
|
"repo": "spritsail/alpine",
|
||||||
"tags": [alpinever] + tags,
|
"tags": [alpinever] + tags,
|
||||||
},
|
"username": {"from_secret": "docker_username"},
|
||||||
"environment": {
|
"password": {"from_secret": "docker_password"},
|
||||||
"DOCKER_USERNAME": {
|
|
||||||
"from_secret": "docker_username",
|
|
||||||
},
|
|
||||||
"DOCKER_PASSWORD": {
|
|
||||||
"from_secret": "docker_password",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
"when": {
|
"when": {
|
||||||
"branch": ["master"],
|
"branch": ["master"],
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
ARG ALPINE_TAG=3.11
|
ARG ALPINE_TAG=3.12
|
||||||
|
|
||||||
FROM alpine:$ALPINE_TAG
|
FROM alpine:$ALPINE_TAG
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user