Commit 7ca898b9 authored by Oleksii Kutuzov's avatar Oleksii Kutuzov

Add scripts for keith-koep container registry

parent 66732ba5
......@@ -3,8 +3,6 @@ FROM ubuntu:18.04
LABEL name=fsl-imx-fb_4.14-sumo
LABEL maintainer="oleksii.kutuzov@seco.com"
ENV HOME /root
SHELL ["/bin/bash", "-c"]
ENV FILE_NAME "fsl-imx-fb-glibc-x86_64-core-image-minimal-aarch64-toolchain-4.14-sumo"
......@@ -40,4 +38,9 @@ RUN git config --global --add safe.directory /mnt/dev/imx-mkimage && \
git config --global --add safe.directory /mnt/dev/uboot-imx
# Set environment
RUN echo '. /opt/fsl-imx-fb/4.14-sumo/environment-setup-aarch64-poky-linux' >> ~/.bashrc
\ No newline at end of file
RUN echo '. /opt/fsl-imx-fb/4.14-sumo/environment-setup-aarch64-poky-linux' >> ~/.bashrc
# Add user
RUN useradd -ms /bin/bash dev
USER dev
WORKDIR /home/dev
\ No newline at end of file
#!/bin/bash
docker build -t fsl-imx-fb_4.14-sumo .
\ No newline at end of file
docker build -t gitlab.keith-koep.com:5050/imx/uboot-imx:fsl-imx-fb_4.14-sumo .
\ No newline at end of file
#!/bin/bash
docker push gitlab.keith-koep.com:5050/imx/uboot-imx:fsl-imx-fb_4.14-sumo
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment