Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Stage 1
Commits
3304b28f
Commit
3304b28f
authored
Dec 27, 2020
by
James T. Lee
Browse files
puppet: Use 'main' environment
parent
f41cb68b
Pipeline
#284
passed with stage
in 17 minutes and 49 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Containerfile
Containerfile
+1
-1
No files found.
Containerfile
View file @
3304b28f
...
@@ -5,7 +5,7 @@ ARG FACTER_emerge_default_opts
...
@@ -5,7 +5,7 @@ ARG FACTER_emerge_default_opts
ARG FACTER_makeopts
ARG FACTER_makeopts
RUN eix-sync -q
RUN eix-sync -q
RUN FACTER_build=stage1 puppet agent --test --certname ci --logdir /var/log/puppet --rundir /var/run/puppet --vardir /var/lib/puppet --runtimeout 0; [ $? -eq 2 ]
RUN FACTER_build=stage1 puppet agent --test --certname ci
--environment main
--logdir /var/log/puppet --rundir /var/run/puppet --vardir /var/lib/puppet --runtimeout 0; [ $? -eq 2 ]
RUN rm -rf /var/db/repos
RUN rm -rf /var/db/repos
CMD ["/bin/zsh"]
CMD ["/bin/zsh"]
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