Skip to content

Commit

Permalink
Merge pull request #147 from vpa1977/use-main-chisel-release
Browse files Browse the repository at this point in the history
 Use main chisel-releases branch
  • Loading branch information
cjdcordeiro authored Jun 26, 2023
2 parents 33df215 + 5768d22 commit 4693bc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/acmeair-tomcat/Dockerfile.distroless
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG UBUNTU_RELEASE=22.04
ARG BASE_IMAGE=ubuntu/jre:17_edge
FROM golang:1.20 AS chisel
ARG UBUNTU_RELEASE
RUN git clone -b tomcat-dependencies https://github.com/vpa1977/chisel-releases /opt/chisel-releases \
RUN git clone --depth 1 -b ubuntu-22.04 https://github.com/canonical/chisel-releases /opt/chisel-releases \
&& git clone --depth 1 -b main https://github.com/canonical/chisel /opt/chisel
WORKDIR /opt/chisel
RUN go generate internal/deb/version.go \
Expand Down
2 changes: 1 addition & 1 deletion jre/Dockerfile.22.04
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG GID=101

FROM golang:1.20 AS chisel
ARG UBUNTU_RELEASE
RUN git clone -b ubuntu-22.04 https://github.com/canonical/chisel-releases /opt/chisel-releases \
RUN git clone --depth 1 -b ubuntu-22.04 https://github.com/canonical/chisel-releases /opt/chisel-releases \
&& git clone --depth 1 -b main https://github.com/canonical/chisel /opt/chisel
WORKDIR /opt/chisel
RUN go generate internal/deb/version.go \
Expand Down

0 comments on commit 4693bc5

Please sign in to comment.