Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gitlab_ci_container
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
steamhaus
gitlab_ci_container
Commits
faeb8b15
Commit
faeb8b15
authored
Dec 19, 2017
by
Chris Merrett
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'packer_1.1.0' into 'master'
Packer 1.1.0 See merge request
!1
parents
6119f272
b9b759e9
Pipeline
#3356
passed with stage
in 2 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
Dockerfile
Dockerfile
+5
-3
No files found.
Dockerfile
View file @
faeb8b15
FROM
centos:latest
MAINTAINER
Steamhaus <tech@steamhaus.co.uk>
ENV
PACKER_VERSION
0.12.3
ENV
PACKER_VERSION
1.1.0
ENV
AMICLEANER_VERSION 0.1.2
ENV
PACKER_URL https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_amd64.zip
...
...
@@ -17,5 +17,7 @@ RUN yum install -y git wget epel-release ansible unzip ruby\
&&
unzip v
${
AMICLEANER_VERSION
}
.zip
\
&&
chmod
755 aws-amicleaner-
${
AMICLEANER_VERSION
}
/amicleaner/cli.py
\
&&
pip
install
-r
aws-amicleaner-
${
AMICLEANER_VERSION
}
/requirements.txt
\
&&
pip
install
aws-amicleaner
&&
pip
install
aws-amicleaner
\
&&
wget https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64
\
&&
mv
./jq-linux64 /usr/bin/jq
\
&&
chmod
+x /usr/bin/jq
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment