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 crate docker image to 0.55.5 #2162

Merged
merged 1 commit into from
Sep 20, 2016
Merged

Conversation

kovrus
Copy link
Contributor

@kovrus kovrus commented Sep 20, 2016

No description provided.

@tianon
Copy link
Member

tianon commented Sep 20, 2016

warning: insecure protocol git:// detected: git://github.com/crate/docker-crate
diff --git a/crate_0.55.4/Dockerfile b/crate_0.55.5/Dockerfile
similarity index 98%
rename from crate_0.55.4/Dockerfile
rename to crate_0.55.5/Dockerfile
index 0ccbe80..8f7e8ee 100644
--- a/crate_0.55.4/Dockerfile
+++ b/crate_0.55.5/Dockerfile
@@ -27,7 +27,7 @@ RUN set -x \
 RUN addgroup crate && adduser -G crate -H crate -D

 # install crate
-ENV CRATE_VERSION 0.55.4
+ENV CRATE_VERSION 0.55.5
 RUN apk add --no-cache --virtual .crate-rundeps \
         openjdk8-jre-base \
         python3 \
diff --git a/crate_0.55.4/Dockerfile.template b/crate_0.55.5/Dockerfile.template
similarity index 100%
rename from crate_0.55.4/Dockerfile.template
rename to crate_0.55.5/Dockerfile.template
diff --git a/crate_0.55.4/config/crate.yml b/crate_0.55.5/config/crate.yml
similarity index 100%
rename from crate_0.55.4/config/crate.yml
rename to crate_0.55.5/config/crate.yml
diff --git a/crate_0.55.4/config/logging.yml b/crate_0.55.5/config/logging.yml
similarity index 100%
rename from crate_0.55.4/config/logging.yml
rename to crate_0.55.5/config/logging.yml
diff --git a/crate_0.55.4/docker-entrypoint.sh b/crate_0.55.5/docker-entrypoint.sh
similarity index 100%
rename from crate_0.55.4/docker-entrypoint.sh
rename to crate_0.55.5/docker-entrypoint.sh

@tianon
Copy link
Member

tianon commented Sep 20, 2016

LGTM

Build test of #2162; d012848 (crate):

$ bashbrew build crate:latest
warning: insecure protocol git:// detected: git://github.com/crate/docker-crate
Building bashbrew/cache:fcdc670579d92c5607965a1829f048c4e2b9fceafc392df98e228bf4502b61b1 (crate:latest)
Tagging crate:latest
Tagging crate:0.55
Tagging crate:0.55.5

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


$ bashbrew build crate:0.52
Using bashbrew/cache:01a9ba79e967cda8c7799ca85b11709a2df7272ce8eef908dba3e80e9abba920 (crate:0.52)
Tagging crate:0.52
Tagging crate:0.52.4

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

@tianon tianon merged commit 1f5339a into docker-library:master Sep 20, 2016
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