File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ dockers_v2:
6969 " classification " : " UNCLASSIFIED"
7070 " org.opencontainers.image.created " : " {{.Date}}"
7171 " org.opencontainers.image.description " : " Hauler: Airgap Swiss Army Knife"
72- " org.opencontainers.image.name " : " {{.ProjectName}}-debug "
72+ " org.opencontainers.image.name " : " {{.ProjectName}}"
7373 " org.opencontainers.image.revision " : " {{.FullCommit}}"
7474 " org.opencontainers.image.source " : " {{.GitURL}}"
7575 " org.opencontainers.image.version " : " {{.Version}}"
Original file line number Diff line number Diff line change 11# builder stage
2- FROM registry.suse.com/bci/bci-base:15.7 AS builder
2+ FROM registry.suse.com/bci/bci-base:16.1 AS builder
33ARG TARGETPLATFORM
44
55# fetched from goreleaser build process
@@ -29,15 +29,13 @@ USER hauler
2929ENTRYPOINT [ "/hauler" ]
3030
3131# debug stage
32- FROM alpine AS debug
32+ FROM registry.suse.com/bci/bci-base:16.1 AS debug
3333
3434COPY --from=builder /var/lib/ca-certificates/ca-bundle.pem /etc/ssl/certs/ca-certificates.crt
3535COPY --from=builder /etc/passwd /etc/passwd
3636COPY --from=builder /etc/group /etc/group
3737COPY --from=builder --chown=hauler:hauler /home/hauler/. /home/hauler
3838COPY --from=builder --chown=hauler:hauler /hauler /usr/local/bin/hauler
3939
40- RUN apk --no-cache add curl
41-
4240USER hauler
4341WORKDIR /home/hauler
You can’t perform that action at this time.
0 commit comments