1
0
Fork 0

update to alpine 3.12
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Daniel Wolf 2020-06-13 13:36:43 -04:00
parent 0a81760247
commit 1b926e95f6
No known key found for this signature in database
GPG Key ID: E8FEA551AA478F9A
4 changed files with 12 additions and 7 deletions

View File

@ -35,9 +35,14 @@ steps:
message: "Automated build of **{{repo.name}}:{{commit.branch}}** has returned [{{build.status}}]({{build.link}})."
username: DroneCI
webhook_id:
from_secret: webhook-id
from_secret: wh-infra-id
webhook_token:
from_secret: webhook-token
from_secret: wh-infra-tok
depends_on:
- default
- default
trigger:
status:
- success
- failure

View File

@ -1,4 +1,4 @@
FROM nephatrine/alpine-s6:3.11
FROM nephatrine/alpine-s6:3.12
LABEL maintainer="Daniel Wolf <nephatrine@gmail.com>"
ARG REGISTRY_VERSION=release/2.7

View File

@ -1,4 +1,4 @@
FROM nephatrine/alpine-s6:3.10
FROM nephatrine/alpine-s6:3.11
LABEL maintainer="Daniel Wolf <nephatrine@gmail.com>"
ARG REGISTRY_VERSION=release/2.7

View File

@ -24,8 +24,8 @@ docker run --rm -p 5000:5000 -it nephatrine/docker-registry:latest /bin/bash
## Docker Tags
- **nephatrine/docker-registry:testing**: Registry Master (Alpine Edge)
- **nephatrine/docker-registry:latest**: Registry v2.7 (Alpine v3.11)
- **nephatrine/docker-registry:2.7**: Registry v2.7 (Alpine v3.10)
- **nephatrine/docker-registry:latest**: Registry v2.7.x (Alpine v3.12)
- **nephatrine/docker-registry:2.7**: Registry v2.7.x (Alpine v3.11)
## Configuration Variables