Skip to content

Commit

Permalink
build: Use a configtool tag in the Dockerfile instead of master (PROJ…
Browse files Browse the repository at this point in the history
  • Loading branch information
syed committed Nov 11, 2021
1 parent 78f8081 commit eb668ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -107,7 +107,7 @@ RUN set -ex\
# Config-tool builds the go binary in the configtool.
FROM docker.io/library/golang:1.15 as config-tool
WORKDIR /go/src/config-tool
ARG CONFIGTOOL_VERSION=master
ARG CONFIGTOOL_VERSION=v0.1.5
RUN curl -fsSL "https://github.com/quay/config-tool/archive/${CONFIGTOOL_VERSION}.tar.gz"\
| tar xz --strip-components=1 --exclude '*/pkg/lib/editor/static/build'
COPY --from=config-editor /build/static/build /go/src/config-tool/pkg/lib/editor/static/build
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.deploy
Expand Up @@ -105,7 +105,7 @@ RUN set -ex\
# Config-tool builds the go binary in the configtool.
FROM registry.redhat.io/rhel8/go-toolset:1.15 as config-tool
WORKDIR /opt/app-root/src
ARG CONFIGTOOL_VERSION=master
ARG CONFIGTOOL_VERSION=v0.1.5
RUN curl -fsSL "https://github.com/quay/config-tool/archive/${CONFIGTOOL_VERSION}.tar.gz"\
| tar xz --strip-components=1 --exclude '*/pkg/lib/editor/static/build'
COPY --from=config-editor /build/static/build /opt/app-root/src/pkg/lib/editor/static/build
Expand Down

0 comments on commit eb668ca

Please sign in to comment.