Switch to mirrorred images for Drone and Docker.
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2022-06-29 19:33:45 +05:00
parent cada07e13e
commit b3e28ee976
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