mirror of
https://github.com/bitnami/containers.git
synced 2026-02-24 07:07:37 +08:00
9.6.5-r0 release
Update postgresql to 9.6.5.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
FROM bitnami/minideb-extras:jessie-r21
|
||||
FROM bitnami/minideb-extras:jessie-r22
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages libbsd0 libc6 libedit2 liblzma5 libssl1.0.0 libtinfo5 libxml2 libxslt1.1 zlib1g
|
||||
RUN bitnami-pkg unpack postgresql-9.6.4-0 --checksum f8bb0805fe110e85ab8c7e38dc969db7a023cc71c514cf48f2a4fde65be7192c
|
||||
RUN bitnami-pkg unpack postgresql-9.6.5-0 --checksum 2e36161ff1703f1e442ee358673fcf0737ccc49bc81790974305a055905e9645
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
ENV BITNAMI_APP_NAME="postgresql" \
|
||||
BITNAMI_IMAGE_VERSION="9.6.4-r0" \
|
||||
BITNAMI_IMAGE_VERSION="9.6.5-r0" \
|
||||
PATH="/opt/bitnami/postgresql/bin:$PATH" \
|
||||
POSTGRESQL_DATABASE="" \
|
||||
POSTGRESQL_MASTER_HOST="" \
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
. /opt/bitnami/base/helpers
|
||||
|
||||
print_welcome_page
|
||||
check_for_updates &
|
||||
|
||||
if [[ "$1" == "nami" && "$2" == "start" ]] || [[ "$1" == "/init.sh" ]]; then
|
||||
nami_initialize postgresql
|
||||
|
||||
@@ -18,6 +18,10 @@ jobs:
|
||||
- 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: |
|
||||
@@ -49,8 +53,13 @@ jobs:
|
||||
curl -sL https://raw.githubusercontent.com/bitnami/test-infra/master/circle/docker-development-image.sh | bash -
|
||||
fi
|
||||
|
||||
deployment:
|
||||
release:
|
||||
tag: /^[0-9].*-r[0-9]+$/
|
||||
commands:
|
||||
- echo "workaround make tags run in 2.0 - https://discuss.circleci.com/t/git-tag-deploys-in-2-0/9493/8"
|
||||
workflows:
|
||||
version: 2
|
||||
build-and-deploy:
|
||||
jobs:
|
||||
- build:
|
||||
filters:
|
||||
branches:
|
||||
only: /.*/
|
||||
tags:
|
||||
only: /^[0-9].*-r[0-9]+$/
|
||||
|
||||
Reference in New Issue
Block a user