Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vaggeliskls committed Jan 16, 2024
1 parent e1a8556 commit 9c308bb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.10
FROM ubuntu:18.04

RUN apt-get update && \
apt-get install -y mingw-w64 curl make \
Expand All @@ -10,8 +10,9 @@ ENV PATH="/usr/local/go/bin:${PATH}"
WORKDIR skopeo
COPY . .
CMD /bin/bash -c \
ldd --version && \
CGO_ENABLED=0 make bin/skopeo.linux.amd64 && \
CGO_ENABLED=0 make bin/skopeo.linux.arm64

# docker build -f Dockerfile -t skopeo-build .
# docker run -v bin:/skopeo/bin -t skopeo-build
# # docker build -f Dockerfile -t skopeo-build .
# # docker run -v bin:/skopeo/bin -t skopeo-build

0 comments on commit 9c308bb

Please sign in to comment.