4.8.4-ol-7-r16 release
This commit is contained in:
parent
d4c2043568
commit
4777e1392b
|
|
@ -1,4 +1,4 @@
|
||||||
FROM bitnami/oraclelinux-extras:7-r204
|
FROM bitnami/oraclelinux-extras:7-r205
|
||||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||||
|
|
||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
|
|
@ -15,7 +15,7 @@ COPY rootfs /
|
||||||
ENV APACHE_HTTPS_PORT_NUMBER="443" \
|
ENV APACHE_HTTPS_PORT_NUMBER="443" \
|
||||||
APACHE_HTTP_PORT_NUMBER="80" \
|
APACHE_HTTP_PORT_NUMBER="80" \
|
||||||
BITNAMI_APP_NAME="phpmyadmin" \
|
BITNAMI_APP_NAME="phpmyadmin" \
|
||||||
BITNAMI_IMAGE_VERSION="4.8.4-ol-7-r15" \
|
BITNAMI_IMAGE_VERSION="4.8.4-ol-7-r16" \
|
||||||
DATABASE_HOST="mariadb" \
|
DATABASE_HOST="mariadb" \
|
||||||
DATABASE_PORT_NUMBER="3306" \
|
DATABASE_PORT_NUMBER="3306" \
|
||||||
PATH="/opt/bitnami/apache/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:$PATH" \
|
PATH="/opt/bitnami/apache/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:$PATH" \
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deploy
|
||||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
|
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
|
||||||
|
|
||||||
|
|
||||||
* [`4-ol-7`, `4.8.4-ol-7-r15` (4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpmyadmin/blob/4.8.4-ol-7-r15/4/ol-7/Dockerfile)
|
* [`4-ol-7`, `4.8.4-ol-7-r16` (4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpmyadmin/blob/4.8.4-ol-7-r16/4/ol-7/Dockerfile)
|
||||||
* [`4-debian-9`, `4.8.4-debian-9-r9`, `4`, `4.8.4`, `4.8.4-r9`, `latest` (4/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpmyadmin/blob/4.8.4-debian-9-r9/4/debian-9/Dockerfile)
|
* [`4-debian-9`, `4.8.4-debian-9-r9`, `4`, `4.8.4`, `4.8.4-r9`, `latest` (4/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpmyadmin/blob/4.8.4-debian-9-r9/4/debian-9/Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/phpmyadmin GitHub repo](https://github.com/bitnami/bitnami-docker-phpmyadmin).
|
Subscribe to project updates by watching the [bitnami/phpmyadmin GitHub repo](https://github.com/bitnami/bitnami-docker-phpmyadmin).
|
||||||
|
|
|
||||||
|
|
@ -1,49 +0,0 @@
|
||||||
version: 2
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
working_directory: /workdir
|
|
||||||
docker:
|
|
||||||
- image: docker:17.06.0-ce-git
|
|
||||||
environment:
|
|
||||||
RELEASE_SERIES_LIST: "4"
|
|
||||||
LATEST_STABLE: "4"
|
|
||||||
DISTRIBUTIONS_LIST: "debian-9,ol-7"
|
|
||||||
IMAGE_NAME: phpmyadmin
|
|
||||||
CHART_NAME: phpmyadmin
|
|
||||||
CHART_REPO: https://github.com/helm/charts
|
|
||||||
DOCKER_PROJECT: bitnami
|
|
||||||
QUAY_PROJECT: bitnami
|
|
||||||
GCLOUD_PROJECT: bitnami-containers
|
|
||||||
AZURE_PROJECT: bitnami
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- checkout
|
|
||||||
- setup_remote_docker:
|
|
||||||
version: 17.06.0-ce
|
|
||||||
- run:
|
|
||||||
name: Upgrade system packages (workaround - https://github.com/docker-library/docker/issues/72)
|
|
||||||
command: |
|
|
||||||
apk upgrade --no-cache
|
|
||||||
- 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]+$/
|
|
||||||
Loading…
Reference in New Issue