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
fef4be33
Commit
fef4be33
authored
Mar 21, 2023
by
Oleksii Kutuzov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update scripts
parent
d8b6eee8
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
12 additions
and
9 deletions
+12
-9
fsl-imx-fb_5.4-zeus/Dockerfile
fsl-imx-fb_5.4-zeus/Dockerfile
+2
-1
fsl-imx-fb_5.4-zeus/build.sh
fsl-imx-fb_5.4-zeus/build.sh
+1
-1
fsl-imx-fb_5.4-zeus/push.sh
fsl-imx-fb_5.4-zeus/push.sh
+3
-0
fsl-imx-wayland_4.14-sumo_qt/build.sh
fsl-imx-wayland_4.14-sumo_qt/build.sh
+1
-1
fsl-imx-wayland_4.14-sumo_qt/push.sh
fsl-imx-wayland_4.14-sumo_qt/push.sh
+1
-1
fsl-imx-wayland_5.10-hardknott/Dockerfile
fsl-imx-wayland_5.10-hardknott/Dockerfile
+0
-4
fsl-imx-wayland_5.10-hardknott/build.sh
fsl-imx-wayland_5.10-hardknott/build.sh
+1
-1
fsl-imx-wayland_5.10-hardknott/push.sh
fsl-imx-wayland_5.10-hardknott/push.sh
+3
-0
No files found.
fsl-imx-fb_5.4-zeus/Dockerfile
View file @
fef4be33
...
...
@@ -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
}
&&
\
...
...
fsl-imx-fb_5.4-zeus/build.sh
View file @
fef4be33
#!/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
fsl-imx-fb_5.4-zeus/push.sh
0 → 100755
View file @
fef4be33
#!/bin/bash
docker push git.seco.com:5050/oleksii.kutuzov/dev-containers/
$(
basename
$(
pwd
))
:latest
\ No newline at end of file
fsl-imx-wayland_4.14-sumo_qt/build.sh
View file @
fef4be33
#!/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
fsl-imx-wayland_4.14-sumo_qt/push.sh
View file @
fef4be33
#!/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
fsl-imx-wayland_5.10-hardknott/Dockerfile
View file @
fef4be33
...
...
@@ -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
...
...
fsl-imx-wayland_5.10-hardknott/build.sh
View file @
fef4be33
#!/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
fsl-imx-wayland_5.10-hardknott/push.sh
0 → 100755
View file @
fef4be33
#!/bin/bash
docker push git.seco.com:5050/oleksii.kutuzov/dev-containers/
$(
basename
$(
pwd
))
:latest
\ 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