Commit fef4be33 authored by Oleksii Kutuzov's avatar Oleksii Kutuzov

Update scripts

parent d8b6eee8
......@@ -23,7 +23,8 @@ RUN apt-get update && \
bison \
libz-dev \
bc \
kmod
kmod \
libssl-dev
# Unpack the SDK to /opt/fsl-imx-wayland/4.14-sumo
RUN wget --no-check-certificate ${FILE_URL} && \
......
#!/bin/bash
docker build -t fsl-imx-fb_5.4-zeus .
\ No newline at end of file
docker build -t git.seco.com:5050/oleksii.kutuzov/dev-containers/$(basename $(pwd)):latest .
\ No newline at end of file
#!/bin/bash
docker push git.seco.com:5050/oleksii.kutuzov/dev-containers/$(basename $(pwd)):latest
\ No newline at end of file
#!/bin/bash
docker build -t gitlab.keith-koep.com:5050/kutuzov/dev-containers/$(basename $(pwd)):latest .
\ No newline at end of file
docker build -t git.seco.com:5050/oleksii.kutuzov/dev-containers/$(basename $(pwd)):latest .
\ No newline at end of file
#!/bin/bash
docker push gitlab.keith-koep.com:5050/kutuzov/dev-containers/$(basename $(pwd)):latest
\ No newline at end of file
docker push git.seco.com:5050/oleksii.kutuzov/dev-containers/$(basename $(pwd)):latest
\ No newline at end of file
......@@ -33,10 +33,6 @@ RUN wget --no-check-certificate ${FILE_URL} && \
rm -f ${FILE_NAME} && \
rm -f ${ZIP_NAME}
# Update PATH
# ENV PATH=${PATH}:/opt/fsl-imx-wayland/4.14-sumo/sysroots/x86_64-pokysdk-linux/usr/bin/qt5
# ENV PATH=${PATH}:/opt/fsl-imx-wayland/4.14-sumo/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux
# Set environment
RUN echo '. /opt/fsl-imx-wayland/5.10-hardknott/environment-setup-cortexa53-crypto-poky-linux' >> ~/.bashrc
......
#!/bin/bash
docker build -t fsl-imx-wayland_5.10-hardknott .
\ No newline at end of file
docker build -t git.seco.com:5050/oleksii.kutuzov/dev-containers/$(basename $(pwd)):latest .
\ No newline at end of file
#!/bin/bash
docker push git.seco.com:5050/oleksii.kutuzov/dev-containers/$(basename $(pwd)):latest
\ 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