refactor(release): updating images names and tags
Now we publish a clean image name with a version, a version+build-day and latest tag.
This commit is contained in:
@ -3,7 +3,7 @@ FROM reg.cadoles.com/proxy_cache/library/alpine:edge
|
||||
# Adding testing repo
|
||||
RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
|
||||
|
||||
RUN apk update && apk add apache-mod-auth-openidc apache2-ssl
|
||||
RUN apk update && apk add apache-mod-auth-openidc apache2-ssl bash
|
||||
|
||||
RUN mkdir -p /var/www/html
|
||||
|
||||
|
Reference in New Issue
Block a user