Skip to content

Commit

Permalink
[Ameba] Remove python2 from dockerfile (#10654)
Browse files Browse the repository at this point in the history
* Remove python2 installation from dockerfile

* Update dockerfile version and force GIT checkout to specific SHA

* Added back missing pull instruction

* Removed pull ... apparently removal was intentional. Sorry for double commit

* Add 'Version bump reason'

Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
pankore and andy31415 authored Oct 20, 2021
1 parent f5673e8 commit 2c50894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions integrations/docker/images/chip-build-ameba/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ FROM connectedhomeip/chip-build:${VERSION}
ARG AMEBA_DIR=/opt/ameba
RUN set -x \
&& apt-get update \
&& apt-get --no-install-recommends -y install python2 \
&& mkdir ${AMEBA_DIR} \
&& cd ${AMEBA_DIR} \
&& git clone --depth 1 --progress -b cmake_build https://github.com/pankore/ambd_sdk_with_chip_non_NDA.git \
&& cd ambd_sdk_with_chip_non_NDA \
&& git pull \
&& git reset --hard 299dd4a \
&& git submodule update --depth 1 --init --progress \
&& : # last line

Expand Down
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.18 Version bump reason: Fix Mbed docker image for CI
0.5.19 Version bump reason: Update AmebaD to not require python2 anymore

0 comments on commit 2c50894

Please sign in to comment.