move to new registry

This commit is contained in:
2020-08-13 22:06:25 +02:00
parent baaaa11af6
commit 26ab025ebe
2 changed files with 11 additions and 8 deletions

View File

@ -1,13 +1,12 @@
FROM registry.gitlab.com/wolutator/base-build-env:latest
FROM registry.hottis.de/dockerized/base-build-env:latest
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
LABEL ImageName="registry.gitlab.com/wolutator/build-env-msp430"
LABEL ImageName="registry.hottis.de/dockerized/build-env-msp430"
LABEL AlternativeImageName="wollud1969/build-env-msp430"
RUN \
apt update && \
apt install -y msp430-libc && \
apt install -y binutils-msp430 && \
apt install -y gcc-msp430 && \
rm -rf /var/lib/apt/lists/*
apt install -y gcc-msp430