Skip to content

Commit

Permalink
ci: use Containerfile instead of Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrero authored and cgwalters committed Oct 28, 2022
1 parent eb1c260 commit b52e0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/container-build-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ for example in "${examples[@]}"; do
cd coreos-layering-examples/${example}
# Inject our code
tar xvf ${workdir}/install.tar
sed -ie 's,^\(FROM .*\),\1\nADD usr/ /usr/,' Dockerfile
sed -ie 's,^\(FROM .*\),\1\nADD usr/ /usr/,' Containerfile
git diff

podman build -t localhost/fcos-$example .
Expand Down

0 comments on commit b52e0ca

Please sign in to comment.