Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dev-containers
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Oleksii Kutuzov
dev-containers
Commits
7ca898b9
Commit
7ca898b9
authored
Feb 03, 2023
by
Oleksii Kutuzov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add scripts for keith-koep container registry
parent
66732ba5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
fsl-imx-fb_4.14-sumo/Dockerfile
fsl-imx-fb_4.14-sumo/Dockerfile
+6
-3
fsl-imx-fb_4.14-sumo/build.sh
fsl-imx-fb_4.14-sumo/build.sh
+1
-1
fsl-imx-fb_4.14-sumo/push.sh
fsl-imx-fb_4.14-sumo/push.sh
+3
-0
No files found.
fsl-imx-fb_4.14-sumo/Dockerfile
View file @
7ca898b9
...
@@ -3,8 +3,6 @@ FROM ubuntu:18.04
...
@@ -3,8 +3,6 @@ FROM ubuntu:18.04
LABEL
name=fsl-imx-fb_4.14-sumo
LABEL
name=fsl-imx-fb_4.14-sumo
LABEL
maintainer="oleksii.kutuzov@seco.com"
LABEL
maintainer="oleksii.kutuzov@seco.com"
ENV
HOME /root
SHELL
["/bin/bash", "-c"]
SHELL
["/bin/bash", "-c"]
ENV
FILE_NAME "fsl-imx-fb-glibc-x86_64-core-image-minimal-aarch64-toolchain-4.14-sumo"
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 && \
...
@@ -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
git config
--global
--add
safe.directory /mnt/dev/uboot-imx
# Set environment
# Set environment
RUN
echo
'. /opt/fsl-imx-fb/4.14-sumo/environment-setup-aarch64-poky-linux'
>>
~/.bashrc
RUN
echo
'. /opt/fsl-imx-fb/4.14-sumo/environment-setup-aarch64-poky-linux'
>>
~/.bashrc
\ No newline at end of file
# Add user
RUN
useradd
-ms
/bin/bash dev
USER
dev
WORKDIR
/home/dev
\ No newline at end of file
fsl-imx-fb_4.14-sumo/build.sh
View file @
7ca898b9
#!/bin/bash
#!/bin/bash
docker build
-t
fsl-imx-fb_4.14-sumo .
docker build
-t
gitlab.keith-koep.com:5050/imx/uboot-imx:fsl-imx-fb_4.14-sumo .
\ No newline at end of file
\ No newline at end of file
fsl-imx-fb_4.14-sumo/push.sh
0 → 100755
View file @
7ca898b9
#!/bin/bash
docker push gitlab.keith-koep.com:5050/imx/uboot-imx:fsl-imx-fb_4.14-sumo
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment