Switch to mirrorred images for Drone and Docker.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
fc9ea47825
commit
2b5cf83204
10
.drone.yml
10
.drone.yml
@ -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/rainloop
|
||||
from_secret: drone_secret
|
||||
repo: code.pztrn.name/containers/rainloop
|
||||
auto_tag: true
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.12
|
||||
FROM code.pztrn.name/containers/mirror/alpine:3.16
|
||||
|
||||
# Install necessary things
|
||||
RUN apk add --no-cache \
|
||||
|
Loading…
Reference in New Issue
Block a user