alpine 3.18
This commit is contained in:
parent
99cfbe199b
commit
5150852ed1
@ -33,7 +33,7 @@ pipeline {
|
||||
steps {
|
||||
script {
|
||||
workspace = pwd()
|
||||
dockerFile = """FROM ${repository}/dockerhub/library/alpine:latest
|
||||
dockerFile = """FROM ${repository}/dockerhub/library/alpine:3.18.0
|
||||
|
||||
LABEL org.opencontainers.image.authors="The_Spider <spider@smoothnet.org>"
|
||||
LABEL org.opencontainers.image.title="alpine"
|
||||
|
@ -59,12 +59,12 @@ RUN apt-get update && \\
|
||||
credentials: repositoryCreds
|
||||
],
|
||||
[
|
||||
repository: "https://index.docker.io/v2/",
|
||||
repository: "https://index.docker.io/v1/",
|
||||
credentials: "dockerhub-repository-creds"
|
||||
],
|
||||
],
|
||||
destination: [
|
||||
"index.docker.io/thespider/php-mysqli:latest",
|
||||
"index.docker.io/thespider/peehpee-mysqli:latest",
|
||||
"${repository}/library/php-mysqli:latest",
|
||||
]
|
||||
)
|
||||
|
Reference in New Issue
Block a user