forked from I2P_Developers/i2p.i2p
CI: just echo last line for debugging purposes
This commit is contained in:
@ -72,7 +72,7 @@ build_docker:
|
|||||||
- docker load -i ci-exports/$CI_COMMIT_REF_SLUG.tar || docker pull $CI_REGISTRY_IMAGE:latest || true
|
- docker load -i ci-exports/$CI_COMMIT_REF_SLUG.tar || docker pull $CI_REGISTRY_IMAGE:latest || true
|
||||||
- docker build --cache-from $CI_REGISTRY_IMAGE:latest --tag $CI_REGISTRY_IMAGE:latest .
|
- docker build --cache-from $CI_REGISTRY_IMAGE:latest --tag $CI_REGISTRY_IMAGE:latest .
|
||||||
- mkdir -p ci-exports/
|
- mkdir -p ci-exports/
|
||||||
- docker save $CI_REGISTRY_IMAGE:latest > ci-exports/$CI_COMMIT_REF_SLUG.tar
|
- echo docker save $CI_REGISTRY_IMAGE:latest > ci-exports/$CI_COMMIT_REF_SLUG.tar
|
||||||
variables:
|
variables:
|
||||||
# When using dind service, we need to instruct docker to talk with
|
# When using dind service, we need to instruct docker to talk with
|
||||||
# the daemon started inside of the service. The daemon is available
|
# the daemon started inside of the service. The daemon is available
|
||||||
|
@ -14,7 +14,7 @@ RUN apk add --virtual build-base gettext tar bzip2 apache-ant openjdk17 \
|
|||||||
FROM alpine:3.17.1
|
FROM alpine:3.17.1
|
||||||
ENV APP_HOME="/i2p"
|
ENV APP_HOME="/i2p"
|
||||||
|
|
||||||
RUN apk add openjdk17-jre ttf-dejavu git
|
RUN apk add openjdk17-jre ttf-dejavu
|
||||||
|
|
||||||
WORKDIR ${APP_HOME}
|
WORKDIR ${APP_HOME}
|
||||||
COPY --from=builder /tmp/build/pkg-temp .
|
COPY --from=builder /tmp/build/pkg-temp .
|
||||||
|
Reference in New Issue
Block a user