Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
db42c293
Commit
db42c293
authored
Jun 08, 2015
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1870 from catsby/doc-updates
Updates to Into: Build An Image docs
parents
a34b1a22
729a0c01
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
website/Vagrantfile
website/Vagrantfile
+2
-0
website/source/intro/getting-started/build-image.html.markdown
...te/source/intro/getting-started/build-image.html.markdown
+2
-2
No files found.
website/Vagrantfile
View file @
db42c293
...
...
@@ -6,6 +6,8 @@ sudo apt-get -y update
# RVM/Ruby
sudo apt-get -y install curl
sudo apt-get -y install git
gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3
curl -sSL https://get.rvm.io | bash -s stable
. ~/.bashrc
. ~/.bash_profile
...
...
website/source/intro/getting-started/build-image.html.markdown
View file @
db42c293
...
...
@@ -54,8 +54,8 @@ briefly. Create a file `example.json` and fill it with the following contents:
"
access_key
"
:
"
{{user `aws_access_key`}}
"
,
"
secret_key
"
:
"
{{user `aws_secret_key`}}
"
,
"
region
"
:
"
us-east-1
"
,
"
source_ami
"
:
"
ami-
9eaa1cf6
"
,
"
instance_type
"
:
"
t
2
.micro
"
,
"
source_ami
"
:
"
ami-
c65be9ae
"
,
"
instance_type
"
:
"
t
1
.micro
"
,
"
ssh_username
"
:
"
ubuntu
"
,
"
ami_name
"
:
"
packer-example {{timestamp}}
"
}]
...
...
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