2021-02-02 23:55:48 UTC
246 MB
/airbyte/javabase.sh --check
AIRBYTE_DISCOVER_CMD/airbyte/javabase.sh --discover
AIRBYTE_READ_CMD/airbyte/javabase.sh --read
AIRBYTE_SPEC_CMD/airbyte/javabase.sh --spec
AIRBYTE_WRITE_CMD/airbyte/javabase.sh --write
APPLICATIONsource-mssql
JAVA_HOME/usr/local/openjdk-14
JAVA_VERSION14.0.2
LANGC.UTF-8
PATH/usr/local/openjdk-14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:bb79b6b2107fea8e8a47133a660b78e3a546998fcf0427be39ac9a0af4a97e90 - 10.51% (25.8 MB)
[#001] sha256:00028440d132be6f9dd59a787bc5d1372d575a539c19954651757f12912f2e65 - 1.26% (3.1 MB)
[#002] sha256:7865553c3609b81c17f53c118feac93b812fbe48f2927e86247119b0c5f38859 - 0.0% (210 Bytes)
[#003] sha256:03464def664221d5eae2df26f46afc21f8cbb59a7f32b5ac724172c5ccf16f7b - 77.36% (190 MB)
[#004] sha256:9bb7e211484d42391bd0960d6e500a4ef502156572a266355b52112f9c1d5565 - 0.0% (661 Bytes)
[#005] sha256:6c66f4bb461d4c7bedd297f746e162c4ed5e43a4b6929fb57e5bd76c298154fc - 0.0% (397 Bytes)
[#006] sha256:b0943e0210617218c4ccb29a92b54d0c05b97d07ffebac7c07abb6841d36a0bc - 5.43% (13.4 MB)
[#007] sha256:4c87d79e4762928c044d8d3ec81b50c3a37e528d830edff28bbd39d22459dbd0 - 5.43% (13.4 MB)
/bin/sh -c #(nop) ADD file:0dc53e7886c35bc21ae6c4f6cedda54d56ae9c9e9cd367678f1a72e68b3c43d4 in /
2020-10-13 01:39:05 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-10-13 08:58:53 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates p11-kit ; rm -rf /var/lib/apt/lists/*
2020-10-13 08:58:53 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-10-13 09:01:51 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/local/openjdk-14
2020-10-13 09:01:51 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/openjdk-14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-10-13 09:01:52 UTC/bin/sh -c { echo '#/bin/sh'; echo 'echo "$JAVA_HOME"'; } > /usr/local/bin/docker-java-home && chmod +x /usr/local/bin/docker-java-home && [ "$JAVA_HOME" = "$(docker-java-home)" ]
2020-10-13 09:01:52 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=14.0.2
2020-10-13 09:02:21 UTC/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in amd64 | i386:x86-64) downloadUrl=https://download.java.net/java/GA/jdk14.0.2/205943a0976c4ed48cb16f1043c5c647/12/GPL/openjdk-14.0.2_linux-x64_bin.tar.gz; downloadSha256=91310200f072045dc6cef2c8c23e7e6387b37c46e9de49623ce0fa461a24623d; ;; *) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; esac; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget ; rm -rf /var/lib/apt/lists/*; wget -O openjdk.tgz "$downloadUrl" --progress=dot:giga; echo "$downloadSha256 *openjdk.tgz" | sha256sum --strict --check -; mkdir -p "$JAVA_HOME"; tar --extract --file openjdk.tgz --directory "$JAVA_HOME" --strip-components 1 --no-same-owner ; rm openjdk.tgz; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; { echo '#!/usr/bin/env bash'; echo 'set -Eeuo pipefail'; echo 'if ! [ -d "$JAVA_HOME" ]; then echo >&2 "error: missing JAVA_HOME environment variable"; exit 1; fi'; echo 'cacertsFile=; for f in "$JAVA_HOME/lib/security/cacerts" "$JAVA_HOME/jre/lib/security/cacerts"; do if [ -e "$f" ]; then cacertsFile="$f"; break; fi; done'; echo 'if [ -z "$cacertsFile" ] || ! [ -f "$cacertsFile" ]; then echo >&2 "error: failed to find cacerts file in $JAVA_HOME"; exit 1; fi'; echo 'trust extract --overwrite --format=java-cacerts --filter=ca-anchors --purpose=server-auth "$cacertsFile"'; } > /etc/ca-certificates/update.d/docker-openjdk; chmod +x /etc/ca-certificates/update.d/docker-openjdk; /etc/ca-certificates/update.d/docker-openjdk; find "$JAVA_HOME/lib" -name '*.so' -exec dirname '{}' ';' | sort -u > /etc/ld.so.conf.d/docker-openjdk.conf; ldconfig; java -Xshare:dump; fileEncoding="$(echo 'System.out.println(System.getProperty("file.encoding"))' | jshell -s -)"; [ "$fileEncoding" = 'UTF-8' ]; rm -rf ~/.java; javac --version; java --version
2020-10-13 09:02:22 UTC/bin/sh -c #(nop) CMD ["jshell"]
2021-02-02 23:55:26 UTC/bin/sh -c #(nop) COPY dir:22a473456785feaff657d38574262a159ba5a64591224c481097dd0a60ddedd9 in /airbyte
2021-02-02 23:55:29 UTC/bin/sh -c #(nop) WORKDIR /airbyte
2021-02-02 23:55:31 UTC/bin/sh -c #(nop) COPY file:56dd2aef240b12442bda43bc3e79940118fcc0c8a3ae0e4b5f806f61ddf6a99c in .
2021-02-02 23:55:31 UTC/bin/sh -c #(nop) ENV AIRBYTE_SPEC_CMD=/airbyte/javabase.sh --spec
2021-02-02 23:55:32 UTC/bin/sh -c #(nop) ENV AIRBYTE_CHECK_CMD=/airbyte/javabase.sh --check
2021-02-02 23:55:33 UTC/bin/sh -c #(nop) ENV AIRBYTE_DISCOVER_CMD=/airbyte/javabase.sh --discover
2021-02-02 23:55:34 UTC/bin/sh -c #(nop) ENV AIRBYTE_READ_CMD=/airbyte/javabase.sh --read
2021-02-02 23:55:35 UTC/bin/sh -c #(nop) ENV AIRBYTE_WRITE_CMD=/airbyte/javabase.sh --write
2021-02-02 23:55:36 UTC/bin/sh -c #(nop) ENTRYPOINT ["/airbyte/base.sh"]
2021-02-02 23:55:37 UTC/bin/sh -c #(nop) LABEL io.airbyte.version=0.1.0
2021-02-02 23:55:38 UTC/bin/sh -c #(nop) LABEL io.airbyte.name=airbyte/integration-base-java
2021-02-02 23:55:42 UTC/bin/sh -c #(nop) WORKDIR /airbyte
2021-02-02 23:55:43 UTC/bin/sh -c #(nop) ENV APPLICATION=source-mssql
2021-02-02 23:55:45 UTC/bin/sh -c #(nop) COPY file:6428fe1c20f17b99d785b1d5f34ea9e2e639d26d594d2ea45dc0d2054ffbe36a in source-mssql.tar
2021-02-02 23:55:46 UTC/bin/sh -c tar xf ${APPLICATION}.tar --strip-components=1
2021-02-02 23:55:47 UTC/bin/sh -c #(nop) LABEL io.airbyte.version=0.1.11
2021-02-02 23:55:48 UTC/bin/sh -c #(nop) LABEL io.airbyte.name=airbyte/source-mssql
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.