Skip to content

Commit

Permalink
Docker: newer dev.x86_64.stable image with adv_plat binary bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
storypku authored and AndrewXWei committed Jun 23, 2021
1 parent 58c0bd4 commit 020df10
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/build/build_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function determine_prev_image_timestamp() {
fi
elif [[ "${stage}" == "runtime" ]]; then
if [[ "${dist}" == "stable" ]]; then
result="20210428_1718"
result="20210517_1712"
fi
fi
else # aarch64
Expand Down
2 changes: 1 addition & 1 deletion docker/build/runtime.x86_64.dockerfile.sample
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG DEV_IMAGE_IN=apolloauto/apollo:dev-x86_64-18.04-20210428_1718
ARG DEV_IMAGE_IN=apolloauto/apollo:dev-x86_64-18.04-20210517_1712

ARG BASE_IMAGE=nvidia/cuda:11.1-runtime-ubuntu18.04

Expand Down
2 changes: 1 addition & 1 deletion docker/build/standalone.x86_64.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG DOCKER_REPO=apolloauto/apollo
ARG TARGET_ARCH=x86_64
ARG IMAGE_VERSION=18.04-20210428_1718
ARG IMAGE_VERSION=18.04-20210517_1712
ARG BASE_IMAGE=${DOCKER_REPO}:runtime-${TARGET_ARCH}-${IMAGE_VERSION}

ARG DOCKER_USER
Expand Down
2 changes: 1 addition & 1 deletion docker/build/standalone.x86_64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DOCKER_USER_ID=1001
DOCKER_GRP=apollo
DOCKER_GRP_ID=1001
TARGET_ARCH=x86_64
IMAGE_VERSION=18.04-20210428_1718
IMAGE_VERSION=18.04-20210517_1712
DEV_IMAGE=${DOCKER_REPO}:dev-${TARGET_ARCH}-${IMAGE_VERSION}
RUNTIME_IMAGE=${DOCKER_REPO}:runtime-${TARGET_ARCH}-${IMAGE_VERSION}
STANDALONE_IMAGE=${DOCKER_REPO}:standalone-${TARGET_ARCH}-${IMAGE_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion docker/scripts/dev_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ DEV_INSIDE="in-dev-docker"
SUPPORTED_ARCHS=(x86_64 aarch64)
TARGET_ARCH="$(uname -m)"

VERSION_X86_64="dev-x86_64-18.04-20210428_1718"
VERSION_X86_64="dev-x86_64-18.04-20210517_1712"
TESTING_VERSION_X86_64="dev-x86_64-18.04-testing-20210112_0008"

VERSION_AARCH64="dev-aarch64-18.04-20201218_0030"
Expand Down
2 changes: 1 addition & 1 deletion docker/scripts/runtime_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUNTIME_STANDALONE="false"

TARGET_ARCH="$(uname -m)"

VERSION_X86_64="dev-x86_64-18.04-20210428_1718"
VERSION_X86_64="dev-x86_64-18.04-20210517_1712"
USER_VERSION_OPT=

FAST_MODE="no"
Expand Down

0 comments on commit 020df10

Please sign in to comment.