Compare commits

...

1 Commits

Author SHA1 Message Date
Stanislav Nikitin 1bfb92d968
Switch to mirrorred images for Drone and Docker.
continuous-integration/drone/push Build is passing Details
2022-06-29 19:33:45 +05:00
2 changed files with 6 additions and 6 deletions

View File

@ -5,11 +5,11 @@ name: build
steps:
- name: docker
image: plugins/docker
image: code.pztrn.name/containers/mirror/plugins/docker:20.13.0
settings:
username:
from_secret: dockerhub_user
registry: code.pztrn.name
username: drone
password:
from_secret: dockerhub_password
repo: pztrn/java8
from_secret: drone_secret
repo: code.pztrn.name/containers/java8
auto_tag: true

View File

@ -1,4 +1,4 @@
FROM alpine:3.14
FROM code.pztrn.name/containers/mirror/alpine:3.16.0
RUN apk add --no-cache bash openjdk8 openjdk8-jre