We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc3abfc commit 12e7465Copy full SHA for 12e7465
1 file changed
Dockerfile
@@ -24,6 +24,9 @@ RUN apt-get update -y \
24
skopeo \
25
&& apt-get clean
26
27
+# copy script for building and publishing container images
28
+COPY script /script
29
+
30
# install awscli v2. see https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
31
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${AWS_CLI}.zip" -o /tmp/awscliv2.zip \
32
&& unzip /tmp/awscliv2.zip -d /tmp/ \
0 commit comments