Skip to content

Commit

Permalink
Merge pull request #351 from thoraxe/310-infra-fixes
Browse files Browse the repository at this point in the history
revert workshopper update
  • Loading branch information
thoraxe authored Sep 18, 2018
2 parents 0e06d7f + 9d188cd commit b62e6dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packer/roles/workshopper/files/workshopper.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Requires=docker.service

[Service]
EnvironmentFile=/etc/sysconfig/workshopper
ExecStart=/usr/local/sbin/systemd-docker --env --cgroups name=systemd run --rm --name %n -p 80:8080 quay.io/osevg/workshopper@sha256:c40b92f5d257134807fd9ff1443ff2456c683e9126f7710524a5f28763375264
ExecStart=/usr/local/sbin/systemd-docker --env --cgroups name=systemd run --rm --name %n -p 80:8080 docker.io/osevg/workshopper:0.2
Restart=always
RestartSec=10s
Type=notify
Expand Down
2 changes: 1 addition & 1 deletion packer/roles/workshopper/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- name: Pulling the workshopper docker image
docker_image:
name: quay.io/osevg/workshopper@sha256:c40b92f5d257134807fd9ff1443ff2456c683e9126f7710524a5f28763375264
name: docker.io/osevg/workshopper:0.2

- name: put the systemd-docker binary file at /usr/bin
copy:
Expand Down

0 comments on commit b62e6dd

Please sign in to comment.