Skip to content

Commit

Permalink
Add comment to Dockerfiles making it clear where the base image is co…
Browse files Browse the repository at this point in the history
…ming from (#131)
  • Loading branch information
mgianatagh authored Sep 21, 2023
1 parent 5371651 commit 4a35910
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.dapper
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ARG RANCHER_BASE_TAG=base
ARG RANCHER_REPO=rancher
# Use the build of Dockerfile.base as the FROM image
FROM ${RANCHER_REPO}/rancher:${RANCHER_BASE_TAG}

ARG DAPPER_HOST_ARCH
Expand Down
1 change: 1 addition & 0 deletions package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ARG RANCHER_BASE_TAG=base
ARG RANCHER_REPO=rancher
# Use the build of Dockerfile.base as the FROM image
FROM ${RANCHER_REPO}/rancher:${RANCHER_BASE_TAG}

ARG ARCH=amd64
Expand Down
1 change: 1 addition & 0 deletions package/Dockerfile.agent
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ARG RANCHER_TAG=dev
ARG RANCHER_REPO=rancher
# Use the build of Dockerfile.base as the FROM image
FROM ${RANCHER_REPO}/rancher:${RANCHER_TAG} as rancher

ARG ARCH=amd64
Expand Down

0 comments on commit 4a35910

Please sign in to comment.