We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1ed3a2 + 9e110a5 commit 6bf5f2aCopy full SHA for 6bf5f2a
.github/workflows/github-docker-registry-push.yml
@@ -213,4 +213,4 @@ jobs:
213
context: ./dockerfiles/cpp
214
platforms: linux/amd64, linux/aarch64
215
push: true
216
- tags: ghcr.io/${{ env.REPO_NAME }}/jenkinsci-tutorials:cpp__${{ env.BRANCH }}
+ tags: ghcr.io/${{ env.REPO_NAME }}/jenkinsci-tutorials:cpp_${{ env.BRANCH }}
dockerfiles/cpp/Dockerfile
@@ -1,8 +1,5 @@
1
FROM jenkins/ssh-agent:6.9.0
2
3
-ARG TARGETARCH
4
-ENV ARCHITECTURE=$TARGETARCH
5
-
6
# Install necessary C++ build tools
7
RUN apt-get update && apt-get install -y --no-install-recommends \
8
build-essential \
0 commit comments