0.4.0-ol-7-r6 release
This commit is contained in:
parent
05bfa3625b
commit
4a05c6f1a5
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r53 as buildenv
|
||||
FROM bitnami/oraclelinux-extras:7-r56 as buildenv
|
||||
|
||||
RUN install_packages ca-certificates wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/acmesolver-0.4.0-0-linux-x86_64-ol-7.tar.gz && \
|
||||
|
|
@ -8,12 +8,12 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
|
||||
##################
|
||||
|
||||
FROM bitnami/oraclelinux-extras:7-r53
|
||||
FROM bitnami/oraclelinux-extras:7-r56
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
COPY --from=buildenv /opt/bitnami/acmesolver /opt/bitnami/acmesolver
|
||||
ENV BITNAMI_APP_NAME="acmesolver" \
|
||||
BITNAMI_IMAGE_VERSION="0.4.0-ol-7-r5" \
|
||||
BITNAMI_IMAGE_VERSION="0.4.0-ol-7-r6" \
|
||||
PATH="/opt/bitnami/acmesolver/bin:$PATH"
|
||||
|
||||
RUN install_packages ca-certificates
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ Kubernetes cluster with `CustomResourceDefinition` or `ThirdPartyResource suppor
|
|||
> NOTE: Debian 8 images have been deprecated in favor of Debian 9 images. Bitnami will not longer publish new Docker images based on Debian 8.
|
||||
|
||||
|
||||
* [`0-ol-7`, `0.4.0-ol-7-r5` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/0.4.0-ol-7-r5/0/ol-7/Dockerfile)
|
||||
* [`0-ol-7`, `0.4.0-ol-7-r6` (0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/0.4.0-ol-7-r6/0/ol-7/Dockerfile)
|
||||
* [`0-debian-9`, `0.4.0-debian-9-r6`, `0`, `0.4.0`, `0.4.0-r6`, `latest` (0/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/0.4.0-debian-9-r6/0/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/acmesolver GitHub repo](https://github.com/bitnami/bitnami-docker-acmesolver).
|
||||
|
|
|
|||
|
|
@ -31,35 +31,17 @@ jobs:
|
|||
command: |
|
||||
docker version
|
||||
docker info
|
||||
- restore_cache:
|
||||
keys:
|
||||
- cache-{{ .Branch }}
|
||||
paths:
|
||||
- /cache/layers.tar
|
||||
- run:
|
||||
name: Build docker image
|
||||
command: |
|
||||
curl -sL https://raw.githubusercontent.com/bitnami/test-infra/master/circle/docker-image-test.sh | bash -
|
||||
- save_cache:
|
||||
key: cache-{{ .Branch }}-{{ epoch }}
|
||||
paths:
|
||||
- /cache/layers.tar
|
||||
- deploy:
|
||||
name: Publish docker image
|
||||
command: |
|
||||
if [ -n "${CIRCLE_TAG}" ]; then
|
||||
curl -sL https://raw.githubusercontent.com/bitnami/test-infra/master/circle/docker-release-image.sh | bash -
|
||||
elif [ "${CIRCLE_BRANCH}" == "master" ]; then
|
||||
curl -sL https://raw.githubusercontent.com/bitnami/test-infra/master/circle/docker-development-image.sh | bash -
|
||||
fi
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
build-and-deploy:
|
||||
jobs:
|
||||
- build:
|
||||
filters:
|
||||
branches:
|
||||
only: /.*/
|
||||
tags:
|
||||
only: /^.*(?<!-rhel-7)-r[0-9]+$/
|
||||
|
|
|
|||
Loading…
Reference in New Issue