2020-12-18 01:05:16 UTC
245 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:6ec8c9369e08152361a01729f2c8a1e7aae898426c6e67267f41894bf9524827 - 10.56% (25.8 MB)
[#001] sha256:3aa4e9b7780660af457791b3bbbd51d1d25c8d9681c1f7ebe5e3a59e0179cecd - 1.27% (3.1 MB)
[#002] sha256:615a5e156fd8f1d3f37f48db04ccd4d0b17809f1f1b7ed1793c41bfd97275729 - 0.0% (211 Bytes)
[#003] sha256:353bd2f3c6d0e7914c26ae02426a86b4075f014592607f533637cdaf78c64302 - 77.72% (190 MB)
[#004] sha256:3c44248d87d97fe2262d3c21d4b80419d7e1181ad03d9413f5d85c5a078578aa - 0.0% (696 Bytes)
[#005] sha256:493102a0cb6fea0b60a702fdd762dfdfddd51d479427b8687d35daa83b7d89d7 - 0.0% (400 Bytes)
[#006] sha256:0c0e0655814ec8532fe9e5987069a0d44994e18a09514a8160d9c6ec3d823416 - 5.23% (12.8 MB)
[#007] sha256:26bc0996ecf456ba9ae053fd7c4e109efe822547cfbc61648ef14eabb631e608 - 5.23% (12.8 MB)
/bin/sh -c #(nop) ADD file:6ccb3bbcc69b0d44c48a8ef1bfa08d835444ea13b8a93701bd37d86b81b13ac2 in /
2020-07-22 02:03:37 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-07-22 22:35:24 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-07-22 22:35:24 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-07-29 01:28:13 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/local/openjdk-14
2020-07-29 01:28:13 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-07-29 01:28:14 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-07-29 01:28:14 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=14.0.2
2020-07-29 01:28:40 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; javac --version; java --version
2020-07-29 01:28:40 UTC/bin/sh -c #(nop) CMD ["jshell"]
2020-10-16 05:47:23 UTC/bin/sh -c #(nop) COPY dir:22a473456785feaff657d38574262a159ba5a64591224c481097dd0a60ddedd9 in /airbyte
2020-10-16 05:47:24 UTC/bin/sh -c #(nop) WORKDIR /airbyte
2020-10-19 02:11:02 UTC/bin/sh -c #(nop) COPY file:56dd2aef240b12442bda43bc3e79940118fcc0c8a3ae0e4b5f806f61ddf6a99c in .
2020-10-19 02:11:03 UTC/bin/sh -c #(nop) ENV AIRBYTE_SPEC_CMD=/airbyte/javabase.sh --spec
2020-10-19 02:11:03 UTC/bin/sh -c #(nop) ENV AIRBYTE_CHECK_CMD=/airbyte/javabase.sh --check
2020-10-19 02:11:03 UTC/bin/sh -c #(nop) ENV AIRBYTE_DISCOVER_CMD=/airbyte/javabase.sh --discover
2020-10-19 02:11:04 UTC/bin/sh -c #(nop) ENV AIRBYTE_READ_CMD=/airbyte/javabase.sh --read
2020-10-19 02:11:04 UTC/bin/sh -c #(nop) ENV AIRBYTE_WRITE_CMD=/airbyte/javabase.sh --write
2020-10-19 02:11:05 UTC/bin/sh -c #(nop) ENTRYPOINT ["/airbyte/base.sh"]
2020-10-19 02:11:05 UTC/bin/sh -c #(nop) LABEL io.airbyte.version=0.1.0
2020-10-19 02:11:05 UTC/bin/sh -c #(nop) LABEL io.airbyte.name=airbyte/integration-base-java
2020-10-19 02:11:18 UTC/bin/sh -c #(nop) WORKDIR /airbyte
2020-12-03 04:16:03 UTC/bin/sh -c #(nop) ENV APPLICATION=source-mssql
2020-12-18 01:05:11 UTC/bin/sh -c #(nop) COPY file:f9c7f95985841338e15109abb95f009f4fa03f0fa3e41f24f01fd56600259f7a in source-mssql.tar
2020-12-18 01:05:12 UTC/bin/sh -c tar xf ${APPLICATION}.tar --strip-components=1
2020-12-18 01:05:13 UTC/bin/sh -c #(nop) LABEL io.airbyte.version=0.1.5
2020-12-18 01:05:16 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.