mirror of
https://github.com/bitnami/containers.git
synced 2026-03-30 14:57:50 +08:00
1.0.0-debian-9-r40 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM bitnami/minideb-extras-base:stretch-r104
|
||||
FROM bitnami/minideb-extras-base:stretch-r106
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
@@ -20,7 +20,7 @@ COPY rootfs /
|
||||
RUN /prepare.sh
|
||||
RUN rm -rf /opt/bitnami/nginx/html && mv /opt/bitnami/kubeapps-dashboard/build /opt/bitnami/nginx/html
|
||||
ENV BITNAMI_APP_NAME="kubeapps-dashboard" \
|
||||
BITNAMI_IMAGE_VERSION="1.0.0-debian-9-r39" \
|
||||
BITNAMI_IMAGE_VERSION="1.0.0-debian-9-r40" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
NGINX_DAEMON_GROUP="" \
|
||||
NGINX_DAEMON_USER="" \
|
||||
|
||||
@@ -39,7 +39,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`1-ol-7`, `1.0.0-ol-7-r39` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-dashboard/blob/1.0.0-ol-7-r39/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.0.0-debian-9-r39`, `1`, `1.0.0`, `1.0.0-r39`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-dashboard/blob/1.0.0-debian-9-r39/1/debian-9/Dockerfile)
|
||||
* [`1-debian-9`, `1.0.0-debian-9-r40`, `1`, `1.0.0`, `1.0.0-r40`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-dashboard/blob/1.0.0-debian-9-r40/1/debian-9/Dockerfile)
|
||||
|
||||
# Configuration
|
||||
|
||||
|
||||
@@ -1,45 +0,0 @@
|
||||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
working_directory: /workdir
|
||||
docker:
|
||||
- image: docker:18.03.1-ce-git
|
||||
environment:
|
||||
RELEASE_SERIES_LIST: "1"
|
||||
LATEST_STABLE: "1"
|
||||
DISTRIBUTIONS_LIST: "debian-9,ol-7"
|
||||
IMAGE_NAME: kubeapps-dashboard
|
||||
# CHART_NAME: kubeapps
|
||||
# CHART_REPO: https://github.com/bitnami/charts
|
||||
DOCKER_PROJECT: bitnami
|
||||
QUAY_PROJECT: bitnami
|
||||
GCLOUD_PROJECT: bitnami-containers
|
||||
AZURE_PROJECT: bitnami
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
- setup_remote_docker:
|
||||
version: 18.03.1-ce
|
||||
- run:
|
||||
name: Install dependencies
|
||||
command: |
|
||||
apk add --no-cache curl bash coreutils
|
||||
- run:
|
||||
name: Docker info
|
||||
command: |
|
||||
docker version
|
||||
docker info
|
||||
- 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 -
|
||||
fi
|
||||
workflows:
|
||||
version: 2
|
||||
build-and-deploy:
|
||||
jobs:
|
||||
- build:
|
||||
filters:
|
||||
tags:
|
||||
only: /^.*(?<!-rhel-7)-r[0-9]+$/
|
||||
Reference in New Issue
Block a user