Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #424 from imikushin/fix-machine
Browse files Browse the repository at this point in the history
fix machine
  • Loading branch information
imikushin committed Jul 2, 2015
2 parents bd2ab6c + e8513c8 commit ffef510
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion init/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ outer:
"autoformat": {
Net: "none",
Privileged: true,
Image: "autoformat",
Image: "rancher/os-autoformat:"+config.VERSION,
Command: project.NewCommand(format),
Labels: project.NewSliceorMap(map[string]string{
config.DETACH: "false",
Expand Down
4 changes: 2 additions & 2 deletions scripts/build-images
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ chmod +x ${INITRD_DIR}/docker #ini

ln -sf bin/rancheros ./ros

for i in $(./ros c images -i os-config.yml); do
for i in $(./ros c images -i os-config.yml) rancher/os-autoformat:${VERSION}; do
docker pull ${i}
done
docker save $(./ros c images -i os-config.yml) > ${INITRD_DIR}/images.tar #initrd2-images: /images.tar
docker save $(./ros c images -i os-config.yml) rancher/os-autoformat:${VERSION} > ${INITRD_DIR}/images.tar #initrd2-images: /images.tar

0 comments on commit ffef510

Please sign in to comment.