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 to 1.8.2 #3407

Merged
merged 1 commit into from
Sep 5, 2017
Merged

Update Ghost to 1.8.2 #3407

merged 1 commit into from
Sep 5, 2017

Conversation

tianon
Copy link
Member

@tianon tianon commented Sep 5, 2017

No description provided.

@tianon
Copy link
Member Author

tianon commented Sep 5, 2017

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index 0d2f0da..e5a1c68 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,7 +8,7 @@ ghost:1
 ghost:1-alpine
 ghost:1.8
 ghost:1.8-alpine
-ghost:1.8.1
-ghost:1.8.1-alpine
+ghost:1.8.2
+ghost:1.8.2-alpine
 ghost:alpine
 ghost:latest
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index b6d8418..2288fc0 100644
--- a/ghost_alpine/Dockerfile
+++ b/ghost_alpine/Dockerfile
@@ -12,7 +12,7 @@ RUN apk add --no-cache \
 ENV NPM_CONFIG_LOGLEVEL warn
 ENV NODE_ENV production
 ENV GHOST_CLI_VERSION 1.1.1
-ENV GHOST_VERSION 1.8.1
+ENV GHOST_VERSION 1.8.2
 
 RUN npm install -g "ghost-cli@$GHOST_CLI_VERSION" knex-migrator@latest
 
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index 3cc31c7..9b8dc16 100644
--- a/ghost_latest/Dockerfile
+++ b/ghost_latest/Dockerfile
@@ -17,7 +17,7 @@ RUN set -x \
 ENV NPM_CONFIG_LOGLEVEL warn
 ENV NODE_ENV production
 ENV GHOST_CLI_VERSION 1.1.1
-ENV GHOST_VERSION 1.8.1
+ENV GHOST_VERSION 1.8.2
 
 RUN npm install -g "ghost-cli@$GHOST_CLI_VERSION" knex-migrator@latest
 

@tianon
Copy link
Member Author

tianon commented Sep 5, 2017

Build test of #3407; e298406 (ghost):

$ bashbrew build ghost:1.8.2
Building bashbrew/cache:09a06e9352282911b67b333cd939499af77dba8de6b7c20fbd372b9aa48b1dce (ghost:1.8.2)
Tagging ghost:1.8.2
Tagging ghost:1.8
Tagging ghost:1
Tagging ghost:latest

$ test/run.sh ghost:1.8.2
testing ghost:1.8.2
	'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.8.2-alpine
Building bashbrew/cache:1361da9d3eee9c3f3e08e94f0a6ebd22b3768fff891a186cef4a0056c1ceb72e (ghost:1.8.2-alpine)
Tagging ghost:1.8.2-alpine
Tagging ghost:1.8-alpine
Tagging ghost:1-alpine
Tagging ghost:alpine

$ test/run.sh ghost:1.8.2-alpine
testing ghost:1.8.2-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:0.11.11
Using bashbrew/cache:7b408f81cc6866659d31b7b79f9bc759a330756128a5d5b3b06062a633498233 (ghost:0.11.11)
Tagging ghost:0.11.11
Tagging ghost:0.11
Tagging ghost:0

$ test/run.sh ghost:0.11.11
testing ghost:0.11.11
	'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:0.11.11-alpine
Using bashbrew/cache:210a8dfc1eb90826dbfc6d794131ab798ac009afa2953feeb8ec39b9d2752ce9 (ghost:0.11.11-alpine)
Tagging ghost:0.11.11-alpine
Tagging ghost:0.11-alpine
Tagging ghost:0-alpine

$ test/run.sh ghost:0.11.11-alpine
testing ghost:0.11.11-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

@yosifkit yosifkit merged commit af7d060 into docker-library:master Sep 5, 2017
@yosifkit yosifkit deleted the ghost branch September 5, 2017 19:45
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