Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ghost #5838

Merged
merged 1 commit into from
May 1, 2019
Merged

Update ghost #5838

merged 1 commit into from
May 1, 2019

Conversation

schliflo
Copy link

Changes:

Changes:

- docker-library/ghost@5eee31a: Update to 2.21.1, ghost-cli 1.10.0
@tianon
Copy link
Member

tianon commented May 1, 2019

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index e51eb35..3eb1501 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,7 +8,7 @@ ghost:2
 ghost:2-alpine
 ghost:2.21
 ghost:2.21-alpine
-ghost:2.21.0
-ghost:2.21.0-alpine
+ghost:2.21.1
+ghost:2.21.1-alpine
 ghost:alpine
 ghost:latest
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index b61f791..6ee4505 100644
--- a/ghost_alpine/Dockerfile
+++ b/ghost_alpine/Dockerfile
@@ -17,7 +17,7 @@ RUN npm install -g "ghost-cli@$GHOST_CLI_VERSION"
 ENV GHOST_INSTALL /var/lib/ghost
 ENV GHOST_CONTENT /var/lib/ghost/content
 
-ENV GHOST_VERSION 2.21.0
+ENV GHOST_VERSION 2.21.1
 
 RUN set -ex; \
 	mkdir -p "$GHOST_INSTALL"; \
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index 48b5fcc..e9dcd28 100644
--- a/ghost_latest/Dockerfile
+++ b/ghost_latest/Dockerfile
@@ -23,7 +23,7 @@ RUN npm install -g "ghost-cli@$GHOST_CLI_VERSION"
 ENV GHOST_INSTALL /var/lib/ghost
 ENV GHOST_CONTENT /var/lib/ghost/content
 
-ENV GHOST_VERSION 2.21.0
+ENV GHOST_VERSION 2.21.1
 
 RUN set -ex; \
 	mkdir -p "$GHOST_INSTALL"; \

@tianon
Copy link
Member

tianon commented May 1, 2019

LGTM

Build test of #5838; a7d41f5; amd64 (ghost):

$ bashbrew build ghost:2.21.1
Building bashbrew/cache:bcd85053ba44c9bccf046f22b5e10c2261a911869ba979363fbcd94186ebd84c (ghost:2.21.1)
Tagging ghost:2.21.1
Tagging ghost:2.21
Tagging ghost:2
Tagging ghost:latest

$ test/run.sh ghost:2.21.1
testing ghost:2.21.1
	'utc' [1/5]...passed
	'cve-2014--shellshock' [2/5]...passed
	'no-hard-coded-passwords' [3/5]...passed
	'override-cmd' [4/5]...passed
	'ghost-basics' [5/5].....passed


$ bashbrew build ghost:2.21.1-alpine
Building bashbrew/cache:696c00e336d230dcf6a735d2aeb2ff55033a19d3c40f4f47ed555d4908b4b20b (ghost:2.21.1-alpine)
Tagging ghost:2.21.1-alpine
Tagging ghost:2.21-alpine
Tagging ghost:2-alpine
Tagging ghost:alpine

$ test/run.sh ghost:2.21.1-alpine
testing ghost:2.21.1-alpine
	'utc' [1/5]...passed
	'cve-2014--shellshock' [2/5]...passed
	'no-hard-coded-passwords' [3/5]...passed
	'override-cmd' [4/5]...passed
	'ghost-basics' [5/5].....passed


$ bashbrew build ghost:1.25.7
Using bashbrew/cache:6796d698442fb64bc13f0e789c3e641080bf494cb83d2a40f6971febc1443914 (ghost:1.25.7)
Tagging ghost:1.25.7
Tagging ghost:1.25
Tagging ghost:1

$ test/run.sh ghost:1.25.7
testing ghost:1.25.7
	'utc' [1/5]...passed
	'cve-2014--shellshock' [2/5]...passed
	'no-hard-coded-passwords' [3/5]...passed
	'override-cmd' [4/5]...passed
	'ghost-basics' [5/5].....passed


$ bashbrew build ghost:1.25.7-alpine
Using bashbrew/cache:83c97966a1ef3f1b6afad45c9aa4b3a73b7ebeb0ebf8ab06d4d2b745fbfd9d6e (ghost:1.25.7-alpine)
Tagging ghost:1.25.7-alpine
Tagging ghost:1.25-alpine
Tagging ghost:1-alpine

$ test/run.sh ghost:1.25.7-alpine
testing ghost:1.25.7-alpine
	'utc' [1/5]...passed
	'cve-2014--shellshock' [2/5]...passed
	'no-hard-coded-passwords' [3/5]...passed
	'override-cmd' [4/5]...passed
	'ghost-basics' [5/5].....passed

@tianon tianon merged commit 6c5845a into docker-library:master May 1, 2019
@tianon tianon deleted the ghost branch May 1, 2019 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants